home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / egs.lha / EGS / EGS_Devels / FD / egsgfx_lib.fd < prev    next >
Text File  |  1993-02-16  |  2KB  |  59 lines

  1. *-----------------------------------------------------------------
  2. * Filename : egsgfx.fd
  3. * Release  : 1.0
  4. *
  5. * fd file for egsgfx.def
  6. *
  7. * (c) Copyright 1990/92 VIONA Development
  8. *     All Rights Reserved
  9. *
  10. * Author      : Markus van Kempen
  11. * Created     : 14. Juli 1992
  12. * Updated     : 14. Juli 1992
  13. *             : 26. Juli 1992  us
  14. *               17. Dezember 1992 mvk
  15. *
  16. *-----------------------------------------------------------------
  17. ##base _EGSGfxBase
  18. ##bias 30
  19. ##public
  20. EG_SetAPen(rast,color)(A0/D0)
  21. EG_SetBPen(rast,color)(A0/D0)
  22. EG_SetDrMd(rast,mode)(A0/D0)
  23. EG_Move(rast,x,y)(A0/D0/D1)
  24. EG_WritePixel(rast,x,y)(A0/D0/D1)
  25. EG_ReadPixel(rast,x,y)(A0/D0/D1)
  26. EG_Draw(rast,x,y)(A0/D0/D1)
  27. EG_Curve(rast,x2,y2,x3,y3,x4,y4)(A0/D0/D1/D2/D3/D4/D5)
  28. EG_Text(rast,text,len)(A0/A1/D0)
  29. EG_RectFill(rast,x,y,w,h)(A0/D0/D1/D2/D3)
  30. EG_CopyBitMapRastPort(src,rast,xs,ys,w,h,xd,yd)(A0/A1/D0/D1/D2/D3/D4/D5)
  31. EG_ScrollRaster(rast,xs,ys,w,h,dx,dy)(A0/D0/D1/D2/D3/D4/D5)
  32. EG_FillMask(rast,src,xd,yd)(A0/A1/D0/D1)
  33. EG_AreaCircle(rast,x,y,r)(A0/D0/D1/D2)
  34. EG_AreaMove(rast,x,y)(A0/D0/D1)
  35. EG_AreaDraw(rast,x,y)(A0/D0/D1)
  36. EG_AreaEnd(rast)(A0)
  37. EG_AreaCurve(rast,x2,y2,x3,y3,x4,y4)(A0/D0/D1/D2/D3/D4/D5)
  38. EG_InitArea(info,buffer,size)(A0/A1/D0)
  39. EG_OpenFont(attr)(A0)
  40. EG_CloseFont(font)(A0)
  41. EG_StdFont()()
  42. EG_InstallClipRegion(rast,rect)(A0/A1)
  43. EG_RemoveClipRegion(rast)(A0)
  44. EG_CreateRastPort(layer,screen,map)(A0/A1/A2)
  45. EG_DeleteRastPort(rast)(A0)
  46. EG_SetFont(rast,font)(A0/A1)
  47. EG_SetSoftStyle(rast,style,mask)(A0/D0/D1)
  48. EG_Ellipse(rast,x,y,a,b)(A0/D0/D1/D2/D3)
  49. EG_SetMask(rast,mask)(A0/D0)
  50. EG_TextLength(rast,text,len)(A0/A1/D0)
  51. EG_Flood(rast,x,y,mode)(A0/D0/D1/D2)
  52. EG_CopyRectangle(src,dst,xs,ys,w,h,dx,dy)(A0/A1/D0/D1/D2/D3/D4/D5)
  53. EG_FillMaskSeg(rast,src,xs,ys,w,h,xd,yd)(A0/A1/D0/D1/D2/D3/D4/D5)
  54. EG_CurveL(rast,x2,y2,x3,y3,x4,y4)(A0/D0/D1/D2/D3/D4/D5)
  55. EG_AreaCurveL(rast,x2,y2,x3,y3,x4,y4)(A0/D0/D1/D2/D3/D4/D5)
  56. EG_CheckRectangle(rast,cliprect)(A0/A1)
  57. ##end
  58.  
  59.